Károly Lőrentey [Tue, 24 Jan 2006 07:59:23 +0000 (07:59 +0000)]
(handle_invisible_prop): Set it->position to fix cursor
display when point moves across an ellipsis. If there are
adjacent invisible texts, don't lose the second one's ellipsis.
(x_produce_glyphs): Doc fix.
Nick Roberts [Mon, 23 Jan 2006 23:16:58 +0000 (23:16 +0000)]
(thumbs-extra-images): New variable. Make it buffer-local
and permanent-local.
(thumbs-max-image-number): New variable. Make it
(thumbs-do-thumbs-insertion): Use them
(thumbs-per-line): Change default to 4.
(thumbs-marked-list): Rename from thumbs-markedL.
(thumbs-cleanup-thumbsdir, thumbs-delete-images)
(thumbs-rename-images): Use -list instead of L for internal variables.
(thumbs-call-convert): Use call-process instead of shell-command.
(thumbs-insert-thumb): Add filename as help-echo to each image.
(thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
Give dir to thumbs-show-thumbs-list.
(thumbs-show-thumbs-list): Set default-directory to that of images.
(thumbs-dired-show): Rename from thumbs-dired-show-all.
(thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
(thumbs-mode-map): Bind "+" to thumbs-show-more-images.
(thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
Nick Roberts [Mon, 23 Jan 2006 23:16:16 +0000 (23:16 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 23 Jan 2006 22:08:13 +0000 (22:08 +0000)]
(x_catch_errors_unwind): Yet another int/Lisp_Object mixup.
Stefan Monnier [Mon, 23 Jan 2006 22:04:36 +0000 (22:04 +0000)]
(ses-read-cell): Provide a default value.
Juanma Barranquero [Mon, 23 Jan 2006 16:08:46 +0000 (16:08 +0000)]
*** empty log message ***
Juanma Barranquero [Mon, 23 Jan 2006 15:28:24 +0000 (15:28 +0000)]
(image-library-alist): Add additional names for GIF library.
Reiner Steib [Mon, 23 Jan 2006 14:26:02 +0000 (14:26 +0000)]
(latexenc-find-file-coding-system): Add file-regular-p check.
Juanma Barranquero [Mon, 23 Jan 2006 13:54:37 +0000 (13:54 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 23 Jan 2006 13:14:01 +0000 (13:14 +0000)]
(handle_single_display_spec): Fix handling of space
property on char from string: set *position rather than
it->current.pos.
(produce_stretch_glyph): Reduce width of stretch glyphs so they
don't get wider than the window (unless truncate-lines is on).
Kim F. Storm [Mon, 23 Jan 2006 13:13:42 +0000 (13:13 +0000)]
*** empty log message ***
Stefan Monnier [Mon, 23 Jan 2006 04:05:59 +0000 (04:05 +0000)]
(clone-buffer): Don't show the new buffer in the same window.
Stefan Monnier [Mon, 23 Jan 2006 02:44:02 +0000 (02:44 +0000)]
Avoid allocating Lisp data from code that can be run from a signal handler.
(x_error_message): New var to replace x_error_message_string.
(x_error_catcher, x_catch_errors, x_catch_errors_unwind)
(x_check_errors, x_had_errors_p, x_clear_errors, x_error_handler)
(syms_of_xterm): Use it instead of x_error_message_string.
Stefan Monnier [Mon, 23 Jan 2006 02:35:36 +0000 (02:35 +0000)]
(lisp_align_free): Add an assertion.
(make_interval, allocate_string, make_float, allocate_misc, Fmake_symbol
(Fcons): If ENABLE_CHECKING is on, check we're not called from a sighandler.
Juri Linkov [Mon, 23 Jan 2006 01:30:55 +0000 (01:30 +0000)]
*** empty log message ***
Juri Linkov [Mon, 23 Jan 2006 01:30:30 +0000 (01:30 +0000)]
(User Interface): Add S-TAB for widget-backward.
Juri Linkov [Mon, 23 Jan 2006 01:30:13 +0000 (01:30 +0000)]
(Easy Customization, Customization Groups)
(Browsing Custom): Mention links along with buttons.
Juri Linkov [Mon, 23 Jan 2006 01:28:09 +0000 (01:28 +0000)]
(doctor-mode-map): Rename from `doc-mode-map'.
Juri Linkov [Mon, 23 Jan 2006 01:24:26 +0000 (01:24 +0000)]
(clone-buffer, clone-indirect-buffer, clone-indirect-buffer-other-window):
Use `read-buffer' instead of `read-string'. Fix prompts.
Juri Linkov [Mon, 23 Jan 2006 01:23:10 +0000 (01:23 +0000)]
(desktop-load-file): Check for `fboundp' before calling `symbol-function'.
Juri Linkov [Mon, 23 Jan 2006 01:21:24 +0000 (01:21 +0000)]
(custom-buffer-create-internal): Use widget type
`custom-manual' instead of `info-link' and don't set properties
`button-face' and `mouse-face' explicitly.
(custom-browse-group-tag, custom-browse-variable-tag)
(custom-browse-face-tag): Inherit from widget class
`custom-group-link' instead of `push-button'.
(custom-button-unraised): Inherit from `underline' face.
(custom-link): Inherit from `link' face. Fix doc and group.
(custom-add-parent-links, custom-group-value-create): Don't set
properties `button-face' and `mouse-face' explicitly for
`custom-group-link' widget.
(custom-group-link): Add properties `button-face' and `mouse-face'
to widget definition.
(custom-field-keymap): New variable. Put `custom-field-keymap' to
editable-field's :keymap property.
(custom-mode): Fix docstring: substitute keybindings for
`widget-forward' and `widget-backward' from `widget-keymap',
`widget-complete' from `custom-field-keymap', replace old
`Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
Juri Linkov [Mon, 23 Jan 2006 01:19:35 +0000 (01:19 +0000)]
(info-xref): Inherit from `link'.
(info-xref-visited): Inherit from `link-visited'.
Juri Linkov [Mon, 23 Jan 2006 01:16:57 +0000 (01:16 +0000)]
(link, link-visited): New faces based on default values
of `info-xref' and `info-xref-visited'.
Nick Roberts [Mon, 23 Jan 2006 01:09:26 +0000 (01:09 +0000)]
(thumbs-file-alist): Avoid creating duplicate entries.
Nick Roberts [Mon, 23 Jan 2006 01:08:32 +0000 (01:08 +0000)]
*** empty log message ***
Michael Albinus [Sun, 22 Jan 2006 23:15:58 +0000 (23:15 +0000)]
* etc/NEWS: tramp can be removed by M-x tramp-unload-tramp.
Luc Teirlinck [Sun, 22 Jan 2006 23:14:25 +0000 (23:14 +0000)]
(inhibit-splash-screen, initial-scratch-message): Doc fixes.
Luc Teirlinck [Sun, 22 Jan 2006 23:12:49 +0000 (23:12 +0000)]
*** empty log message ***
Michael Albinus [Sun, 22 Jan 2006 21:59:55 +0000 (21:59 +0000)]
Sync with Tramp 2.0.52.
André Spiegel [Sun, 22 Jan 2006 16:24:53 +0000 (16:24 +0000)]
#
André Spiegel [Sun, 22 Jan 2006 16:10:07 +0000 (16:10 +0000)]
(vc-sccs-state-heuristic): Use file-attributes with ID-FORMAT
`string'. This allows us to get rid of `vc-user-login-name UID'.
André Spiegel [Sun, 22 Jan 2006 16:08:48 +0000 (16:08 +0000)]
(vc-rcs-state-heuristic): Use file-attributes with ID-FORMAT
`string'. This allows us to get rid of `vc-user-login-name UID'.
Kenichi Handa [Sun, 22 Jan 2006 12:24:02 +0000 (12:24 +0000)]
(make-subsidiary-coding-system): Reset
`coding-system-define-form' property of subsidiaries to nil.
Avoid duplicated entry in coding-system-alist.
(make-coding-system): Avoid duplicated entry in
coding-system-alist.
(define-coding-system-alias): Likewise.
Kenichi Handa [Sun, 22 Jan 2006 12:19:11 +0000 (12:19 +0000)]
New alias for windows-1252.
John Paul Wallington [Sun, 22 Jan 2006 08:56:43 +0000 (08:56 +0000)]
(hl-line-highlight, hl-line-move): Doc fixes.
Kenichi Handa [Sun, 22 Jan 2006 08:27:00 +0000 (08:27 +0000)]
Cancel previous change.
Kenichi Handa [Sun, 22 Jan 2006 08:20:45 +0000 (08:20 +0000)]
Don't make cpXXX as an alias here.
Luc Teirlinck [Sun, 22 Jan 2006 04:30:10 +0000 (04:30 +0000)]
(syms_of_dired) <completion-ignored-extensions>: Doc fix.
Luc Teirlinck [Sun, 22 Jan 2006 04:29:04 +0000 (04:29 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 21 Jan 2006 20:39:30 +0000 (20:39 +0000)]
(find-definition-noselect, find-variable-noselect): Search variables in
C source code too.
(find-function-C-source, find-function-noselect, find-function)
(find-function-other-frame, find-variable-noselect, find-variable)
(find-variable-other-frame, find-variable-at-point): Fix docstrings.
Eli Zaretskii [Sat, 21 Jan 2006 20:31:18 +0000 (20:31 +0000)]
Don't use @kbd for TAB in index.
Romain Francoise [Sat, 21 Jan 2006 18:04:09 +0000 (18:04 +0000)]
(get_window_cursor_type): Fix last change.
Update copyright year.
Eli Zaretskii [Sat, 21 Jan 2006 13:27:46 +0000 (13:27 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 21 Jan 2006 13:16:05 +0000 (13:16 +0000)]
(rmail-output): Don't use content-type if it is nil.
Eli Zaretskii [Sat, 21 Jan 2006 13:11:21 +0000 (13:11 +0000)]
(flyspell-emacs-popup, flypell-xemacs-popup): Default to disabling the
"Save affix" question.
Eli Zaretskii [Sat, 21 Jan 2006 13:01:28 +0000 (13:01 +0000)]
Use @key for TAB.
Eli Zaretskii [Sat, 21 Jan 2006 11:49:13 +0000 (11:49 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 21 Jan 2006 11:48:25 +0000 (11:48 +0000)]
(python-mode) <eldoc-mode-hook>: Pass nil as the first arg to run-python.
Eli Zaretskii [Sat, 21 Jan 2006 11:39:05 +0000 (11:39 +0000)]
(File Aliases): Don't claim that usually separate buffers are created for two
file names that name the same data. Mention additional situations where
different names mean the same file on disk.
Eli Zaretskii [Sat, 21 Jan 2006 09:32:52 +0000 (09:32 +0000)]
(command-line-1): Handle --no-desktop if desktop.el is not loaded.
Jay Belanger [Sat, 21 Jan 2006 04:52:06 +0000 (04:52 +0000)]
(math-add-symb-fancy): Check the length of the correct variable.
Jay Belanger [Sat, 21 Jan 2006 04:31:11 +0000 (04:31 +0000)]
(calc-sum-rec): Fix the case where the lower limit is 0.
Luc Teirlinck [Sat, 21 Jan 2006 00:34:38 +0000 (00:34 +0000)]
(Introduction): Fix typo.
Eli Zaretskii [Fri, 20 Jan 2006 19:54:07 +0000 (19:54 +0000)]
(Fload): Don't leak the file descriptor returned by openp if we are going
to signal an error.
Eli Zaretskii [Fri, 20 Jan 2006 19:12:39 +0000 (19:12 +0000)]
(sys_close): If FD is outside [0..MAXDESC) limits, pass it directly to _close.
(sys_dup): Protect against new_fd larger than fd_info[] can handle.
(sys_read): If FD is outside [0..MAXDESC) limits, pass it directly to _read.
(sys_write): If FD is outside [0..MAXDESC) limits, pass it directly to _write.
Eli Zaretskii [Fri, 20 Jan 2006 14:19:14 +0000 (14:19 +0000)]
Don't dereference Vsystem_type's Lisp_Symbol pointer if it is NULL.
Carsten Dominik [Fri, 20 Jan 2006 13:55:02 +0000 (13:55 +0000)]
Version 4.04
Carsten Dominik [Fri, 20 Jan 2006 13:54:25 +0000 (13:54 +0000)]
Version number change only
Carsten Dominik [Fri, 20 Jan 2006 13:53:32 +0000 (13:53 +0000)]
(org-open-at-point): Fixed bug with matching a link.
Fixed buggy argument sequence in call to `org-view-tags'.
(org-compile-prefix-format): Set `org-prefix-has-tag'.
(org-prefix-has-tag): New variable.
(org-format-agenda-item): Remove tags from headline if
appropriate.
(org-agenda-remove-tags-when-in-prefix): New option.
Carsten Dominik [Fri, 20 Jan 2006 13:53:08 +0000 (13:53 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 20 Jan 2006 07:06:51 +0000 (07:06 +0000)]
(BASE_PURESIZE): Increment to
1190000.
Nick Roberts [Fri, 20 Jan 2006 04:43:02 +0000 (04:43 +0000)]
(thumbs-buffer): New variable. Make it buffer local.
(thumbs-find-image): Move image name and number from buffer name
to mode name. Set thumbs-buffer. Preserve point so that large
images remain visible.
(thumbs-file-alist): Construct list in thumbs-buffer and reverse
order.
(thumbs-show-image-num): Get image from thumbs-file-alist. Set
mode name.
(thumbs-next-image, thumbs-previous-image): Make them work.
Nick Roberts [Fri, 20 Jan 2006 04:42:06 +0000 (04:42 +0000)]
*** empty log message ***
Miles Bader [Fri, 20 Jan 2006 03:44:29 +0000 (03:44 +0000)]
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-5
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (base, patch 1-3)
- tag of miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-187
- Update from CVS
- Merge from emacs--devo--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 187)
- Update from CVS
Richard M. Stallman [Fri, 20 Jan 2006 01:31:01 +0000 (01:31 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 20 Jan 2006 01:30:49 +0000 (01:30 +0000)]
(Translation of Characters): Search cmds use
translation-table-for-input. Automatically made local.
Richard M. Stallman [Fri, 20 Jan 2006 01:30:06 +0000 (01:30 +0000)]
(Overview of Markers): Count insertion type as one of a marker's attributes.
Richard M. Stallman [Fri, 20 Jan 2006 01:26:48 +0000 (01:26 +0000)]
(Top): Menu clarification.
Richard M. Stallman [Fri, 20 Jan 2006 01:26:16 +0000 (01:26 +0000)]
(Other Display Specs): Delete duplicate entry for
just a string as display spec. Move text about recursive display
specs on such a string.
Richard M. Stallman [Fri, 20 Jan 2006 01:24:33 +0000 (01:24 +0000)]
(Key Sequence Input): Clarify. Move num-nonmacro-input-events out.
(Reading One Event): num-nonmacro-input-events moved here.
Richard M. Stallman [Fri, 20 Jan 2006 01:22:07 +0000 (01:22 +0000)]
(set-mark-command): Doc fix.
(clone-indirect-buffer-other-window):
Read arg like clone-indirect-buffer.
(move-beginning-of-line): Skip invisible newlines.
Richard M. Stallman [Fri, 20 Jan 2006 01:21:18 +0000 (01:21 +0000)]
Comment change.
Luc Teirlinck [Thu, 19 Jan 2006 23:26:04 +0000 (23:26 +0000)]
(custom-buffer-create-internal): State in the text above
the whole buffer buttons that they do not operate on hidden items.
(custom-face-menu): Use `custom-face-save' instead of
`custom-face-save-command'.
(custom-face-save-command): Make it an alias for `custom-face-save'
and declare it obsolete.
(custom-face-save): Doc fix.
Luc Teirlinck [Thu, 19 Jan 2006 23:21:54 +0000 (23:21 +0000)]
*** empty log message ***
Reiner Steib [Thu, 19 Jan 2006 21:42:22 +0000 (21:42 +0000)]
(spam-group-ham-mark-p, spam-group-spam-mark-p)
(spam-group-spam-marks, spam-list-articles, spam-group-ham-marks):
Revert 2006-01-08 change because the functions will be used in No
Gnus.
Chong Yidong [Thu, 19 Jan 2006 21:12:22 +0000 (21:12 +0000)]
* xdisp.c (get_window_cursor_type): Use cursor type specified by
the selected buffer for the echo area too.
Luc Teirlinck [Thu, 19 Jan 2006 19:34:27 +0000 (19:34 +0000)]
*** empty log message ***
Luc Teirlinck [Thu, 19 Jan 2006 19:29:20 +0000 (19:29 +0000)]
(dired-no-confirm): Add quote.
(dired-subdir-alist-pre-R): Add quote in `make-variable-buffer-local'
form and remove unbalanced parenthesis.
Stefan Monnier [Thu, 19 Jan 2006 19:03:33 +0000 (19:03 +0000)]
(table-mode-indicator): Typo in last change.
Richard M. Stallman [Thu, 19 Jan 2006 17:52:09 +0000 (17:52 +0000)]
*** empty log message ***
Richard M. Stallman [Thu, 19 Jan 2006 17:51:38 +0000 (17:51 +0000)]
(hide-leaves): Don't call outline-end-of-heading.
Fixes bug reported in Nov 2005.
Richard M. Stallman [Thu, 19 Jan 2006 17:50:42 +0000 (17:50 +0000)]
(isearch-forward): Doc fix.
Richard M. Stallman [Thu, 19 Jan 2006 17:50:15 +0000 (17:50 +0000)]
(dired-move-to-filename-regexp): Define as alias.
(dired-no-confirm): Use defcustom.
(dired-subdir-alist-pre-R): Put defvar at top level.
Richard M. Stallman [Thu, 19 Jan 2006 17:49:13 +0000 (17:49 +0000)]
(battery-linux-proc-acpi): Handle "last full capacity".
Richard M. Stallman [Thu, 19 Jan 2006 17:48:06 +0000 (17:48 +0000)]
(bibtex-strings, bibtex-reference-keys): Mark as risky.
Richard M. Stallman [Thu, 19 Jan 2006 17:41:40 +0000 (17:41 +0000)]
(Fmap_keymap): Doc fix.
Richard M. Stallman [Thu, 19 Jan 2006 17:40:50 +0000 (17:40 +0000)]
(GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
Richard M. Stallman [Thu, 19 Jan 2006 17:39:55 +0000 (17:39 +0000)]
(echo_char): Don't omit the space between first two echoed chars.
Richard M. Stallman [Thu, 19 Jan 2006 17:38:57 +0000 (17:38 +0000)]
(read_minibuf): Fix previous change.
Richard M. Stallman [Thu, 19 Jan 2006 17:37:05 +0000 (17:37 +0000)]
(Deletion): Upcase @key argument.
Richard M. Stallman [Thu, 19 Jan 2006 17:34:43 +0000 (17:34 +0000)]
(Custom Themes): Minor cleanup.
Richard M. Stallman [Thu, 19 Jan 2006 17:31:25 +0000 (17:31 +0000)]
(Hungry Delete): Upcase @key argument.
Kenichi Handa [Thu, 19 Jan 2006 11:59:55 +0000 (11:59 +0000)]
(rmail-enable-mime): Docstring fixed.
(rmail-mime-feature): Likewise.
(rmail-require-mime-maybe): Use display-warning to show a warning
message.
Masatake YAMATO [Thu, 19 Jan 2006 10:57:44 +0000 (10:57 +0000)]
* progmodes/cpp.el (cpp-edit-load): Make the order of listed conditions in a base C code buffer and its associate CPP Edit buffer the same.
Kenichi Handa [Thu, 19 Jan 2006 06:36:46 +0000 (06:36 +0000)]
*** empty log message ***
Kenichi Handa [Thu, 19 Jan 2006 02:12:45 +0000 (02:12 +0000)]
(handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.
Jesper Harder [Wed, 18 Jan 2006 20:49:00 +0000 (20:49 +0000)]
(smtpmail-send-it): Use insert-buffer-substring.
Stefan Monnier [Wed, 18 Jan 2006 20:36:19 +0000 (20:36 +0000)]
Move defvars out of eval-when-compile.
(array-make-template): Replace undeclared global var with a local one.
(array-mode): Inline initialization functions.
(array-init-local-variables, array-init-max-row)
(array-init-max-column, array-init-columns-per-line)
(array-init-field-width, array-init-rows-numbered)
(array-init-line-length, array-init-lines-per-row): Remove.
Stefan Monnier [Wed, 18 Jan 2006 16:49:53 +0000 (16:49 +0000)]
Move defvars out of eval-when-compile. Use dolist.
(doc-mode-map): Define explicitly.
(doctor-txtype): Use mapc.
Stefan Monnier [Wed, 18 Jan 2006 16:43:46 +0000 (16:43 +0000)]
Move defvars out of eval-when-compile.
(url-news-fetch-message-id, url-news-fetch-newsgroup): Use with-current-buffer.